Other Enumerations

The following enumerations are available globally.

  • The computed changes from diff

    • insert: Insert an item at index
    • delete: Delete an item from index
    • replace: Replace an item at index with another item
    • move: Move the same item from this index to another index
    See more

    Declaration

    Swift

    public enum Change<T>